home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 21 / Cream of the Crop 21 (Terry Blount) (October 1996).iso / doom / ars_sml.zip / INSTALL.BAT < prev   
DOS Batch File  |  1995-06-18  |  532b  |  23 lines

  1. @echo off
  2. echo Ready to install ARS DOOM
  3. echo You will need DEUSF.EXE and DEHACKED.EXE in your path
  4. echo and DOOM2.WAD in your actual directory or the environment variable
  5. echo DOOMWADDIR pointed to the dir of D00M2.WAD
  6. echo (like SET DOOMWADDIR=C:\DOOM)
  7. pause
  8.  
  9. deusf -app ars.wad
  10. dehacked -save original.deh
  11. dehacked -load ars.deh
  12. @if not ERRORLEVEL 0 goto fail
  13. copy doomhack.exe ars.exe
  14. goto end
  15.  
  16. :fail
  17. @echo. Installation failed.
  18. @goto end
  19. :miss
  20. @echo. Installation impossible. missing files
  21. @goto end
  22. :end
  23.